Get Configuration
GET/catalogues/configuration
Gets store specific configuration for the catalogue.
Request
Header Parameters
x-api-key stringrequired
The API key for the given store
Accept-Language string
Default value: en
Responses
- 200
The configuration for the catalogue
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
ownTeams object[]required
Enables the store to be configured with a set of sports teams that "belong" to the store. For example, a football club can configure it's own men's, women's, U18s teams, so that UIs can be built to emphasise their own teams.
id stringrequired
The id of the team
name stringrequired
The name of the team
{
"ownTeams": [
{
"id": "string",
"name": "string"
}
]
}
Loading...